vcCallRoutineStatement
A statement for executing individual program routines. If the routine is already executing the statement will queue and wait for a turn to start the routine.
See in: Overview
Module: vcRobotics2
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Async | Boolean | RW | Gets or sets whether the statement is executed asynchronously (non-blocking). |
| TargetRoutine | vcRoutine | RW | Gets or sets the routine that is called/executed. |